*{ padding:0; margin:0; font-family: "微软雅黑","黑体","宋体"; font-size:14px; color:#333;}
a{ text-decoration: none !important;}
ul,ol{ list-style: none;}
img{ border:none;}
input,textarea{ outline: none;}
/*锚点位置修复*/
.target-fix {  
    position: relative;  
    top: 10px;  /*偏移值*/  
    display: block;  
    height: 0;  
    overflow: hidden;  
}  
div:focus{
    outline: none;
}

.smallCustSwiper{
    display: none;
}

.mobileNavBar{
    display: none;
}

.pubCon{
    margin: 40px auto;
    width: 70%;
}

.pubCon h2{

    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}

/* Head */
.hdBox{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background: #f8f9fa;
    width: 100%;
    height: 80px;
    z-index: 10;
}


.hdLeft{
    margin-left: 10px;
    justify-content: flex-end;
    display: flex;
    width: 25%;
}


.hdRight{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.siteSwitch{
    position: absolute;
    right: 0%;
    top: 5px;
    width: 15%;
    display: flex;
}

.siteSwitch div{
    width: 40%;
}


.hdRight a{
    font-size: 12px;
    color: #707070;
}

.hdLogo{
    padding-top: 15px;
}

.hdLogo img{
    width: 310px;
    height: 50px;
}

.hdNav{
    width: 70%;
}

.hdNav ul{
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}



.hdNav ul a{
    display: block;
    font-size: 15px;
    line-height: 40px;
    transition: 0.3s;
    width: inherit;

}

.hdNav ul a::after{
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #194d88;
    /* background: #f23a2e; */
    
    
    margin-top: -3px;
    transition: 0.3s;
}

.hdNav ul li:hover a{
    color: black;
    font-weight: 500;

}

.hdNav ul li:hover a::after{
    width: 100%;
}

/* banner */
.swiper-slide{
    
    height: 50vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* CompanyIntroduce */
.companyIntro{
}

.comTitle{
    margin-top: 40px;
    text-align: center;
}

.comTitle h1{
    font-size: 32px;
    font-weight: 400;
}

.comTitle span{
    font-size: 22px;
    font-weight: 400;
}

.comIntro{
    display: flex;
    justify-content: space-around;
}

.comIntro .intro{
    display: flex;
    align-items: center;
}

.comIntro .intro span{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.projectIntro{
    /* background: url(../images/VIZA_bg01.jpg); */
}

.introCon{
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.introCon .intro {
    position: relative;
    padding: 15px;
    width: 28%;
    background: #ffffff;
    border-radius: 50px 50px 0px 50px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.introCon .intro::after{
	background: #0C4C89;
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 50px 50px 0px 50px;
	transition: all 0.3s ease-in-out 0s;
	z-index: 0;
}

.introCon .intro:hover::after{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}


.introCon .intro:hover h3{
    color: #ffffff;
}

.introCon .intro:hover p{
    color: #ffffff;
}

.introCon .intro:hover a{
    color: #ffffff;
}


.introCon .intro:hover .iconfont{
    color: #ffffff;
}

.introCon .iconfont{
    text-align: center;

    position: relative;
    z-index: 1;
    font-size: 80px;
    color: #0C4C89;
}

.introCon .intro h3{
    position: relative;
    color: #333;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    z-index: 1;
}

.introCon .intro p{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 60px;
    z-index: 1;
}

.introCon .intro p,a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    z-index: 1;
}

.introCon .intro a{
    display: block;
    padding-bottom: 20px;
    color: #194d88;
}




/* ourCustomer */
.custCon{
    margin: 0 auto;
    width: 100%;
    position: relative;
}


.custSwiper{
    width: 100%;
    overflow: hidden;   
    margin: 0 auto;
}



.custSwiper .swiper-slide{
    width: 100%;
    height: 93px;
    border: 1px solid #ccc;
    box-sizing:border-box;
    text-align: center;
}

.custSwiper .swiper-slide img{
    padding: 5px;
    display: block;
    width: 100%;
    height: 80PX;
}

#custBtn-prev{
    left: -35px;
    color: #ccc;
}

#custBtn-next{
    right: -35px;
    color: #ccc;

}

/* ourAdv */
.ourAdv .bgBox{
    width: 100%;
    height: 650px;
    /* background:url(../images/VIZA_BG.jpg); */
    /* background: #071730; */

}

.ourAdv h2{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}

.ourAdvCon li span {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    padding: 30px;
    margin-bottom: 10px;
    transition: all 0.9s;

}

.ourAdvCon li p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    width: 250px;
}

.ourAdvCon li {
    width:23%;
    height: 300px;
    /* background:url(../images/VIZA_BG.jpg) center; */
    /* background: #a7b4c0; */
    background: #ccc;
    border-radius: 15px;
    /* border:1px solid #ccc; */
    transition: all 0.6s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}



.ourAdvCon .advinfo{
    transition: all 0.6s;
    width: 100%;
}


.ourAdvCon ul{
    display: flex;
    justify-content: space-between;
}

.ourAdvCon ul img{
    width: 100%;
}

.ourAdvOne{
    /* padding-left: 60px; */
}

.ourAdvTwo{
    margin-top: 20px;
    /* padding-right: 60px; */
}

.ourAdvTwo li:nth-child(2n),.ourAdvOne li:nth-child(2n) {
    /* background: #5754ee; */
    background: #0C4C89;
}


.ourAdvCon ul li img{
    width: 110%;
    position: absolute;
    bottom:20px;
    left: 0;
    transition: all 0.6s;
    border-top: 5px #0C4C89 solid;
    border-bottom: 5px #ccc solid;
    /* border-bottom: 5px #A7B4C0 solid; */

}


.ourAdvCon ul li:nth-child(2n) img{

    position: absolute;
    top:30px;
    left: 0;
}

.ourAdvCon ul li .advinfo{
    position: absolute;
    top:20px;
    left: 0;
}


.ourAdvCon ul li:nth-child(2n) .advinfo{
    position: absolute;
    top:150px;
    left: 0;
}

.ourAdvCon ul li:hover .advinfo{
    left: 5px;
    font-size: 30px;

}

.ourAdvCon ul li:hover .advinfo span{
    font-size: 30px;

}

.ourAdvCon ul li:hover img{

    left: -15px;
}



/* news */

.news{
    margin-bottom: 10px;
}

.news .newscontainer{
    display: flex;
    justify-content: space-between;
}

.newsLeft{
    width: 70%;
    display: flex;
    flex-direction: column;
}

.newsLeft .hd ul{
    display: flex;
}

.newsLeft .hd ul .on {
    background: #0C4C89;
}


.newsLeft .hd ul .on::after {
    opacity: 1;
}



.newsLeft .hd ul li{
    height: 62px;
    background: #ccc;
    font-size: 28px;
    color: #fff;
    width: 50%;
    line-height: 62px;
    text-align: center;
    transition: all 0.3s;
    cursor:pointer;

}


.bd .companyNews,.marketNews{
    margin-top: 20px;
}

.hot_new{
    display: flex;
    justify-content: space-around;
}


.hot_new img{
    display: block;
    width: 40%;
    width: 215px;
    height: 150px;

}

.hot_new .fr span {
    color: #b5b5b5;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.hot_new .fr p.newtit {
    color: #5a545c;
    font-size: 18px;
    margin-bottom: 2px;
}

.hot_new .fr p.newintro {
    font-size: 12px;
    color: #6f6d6f;
    line-height: 25px;
}

.hot_new .fr {
    width: 59%;
    margin-left: 20px;
    margin-top: 5px;
}


.newsLeft .hd ul li::after{
    content: "";
    display: block;
    margin-left: 49%;
    width: 0;
    height: 0;
    border:8px solid;
    border-color: #0C4C89 transparent transparent transparent;
    opacity: 0;
    transition: all 0.3s;
}


.companyNews li,.marketNews li{
    padding:0 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.companyNews li span,.marketNews li span {
    color: #585858;
}

/*Service*/
.prodServCon p{
    display: block;
    height: 100%;
    text-indent: 35px;
    font-size: 1.2em;
    line-height: 26px;
    color: rgb(131, 127, 127);
}
.prodServCon .servContent .imgs{
    display: flex;
    justify-content: center;
}

.prodServCon .servContent img{
    margin-left: 5px;
    width: 30%;
    margin-top: 20px;
}

.prodServCon .servContent h3{
    font-size: 1.5em;
    color: rgb(131, 127, 127);
    text-indent: 35px;
}

/* Contact */

.news .ContactRight{
    width: 26%;
    height: 300px;
}

.news .ContactRight ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news .ContactRight ul li{
    margin-top: 30px;
}

.news .ContactRight i{
    color: #0C4C89;
    font-size: 28px;

}

.news .ContactRight ul li span{
    font-size: 16px;
    line-height: 20px;
}

.ContactRight img{
    border-radius: 2px;
}

hr{
    height: 2px;
    background: #CCC;
    margin: 0 auto;
    width: 60%;
    border:none;
}

.footer{
    margin-top: 40px;
    background: rgb(66, 61, 61);
}

.footerTop .navBottom{
    position: relative;
    display: flex;
    justify-content: space-around;
}

.footerTop ul{
    width: 15%;
}

.footerTop ul li{
    margin-top: 10px;
}

.footerTop ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
    transition: all 0.3s;
}

.footerTop ul li:nth-child(1) a{
    color: #ffffff;
    font-size: 18px;
}

.footerTop ul li a:hover{
    color: #ffffff;
}

.beian{
    position: relative;
}

.beian a{
    position: absolute;
    right: 120px;
    bottom: 0;
}

.footLine{
    width: 100%;
    margin: 10px auto;
    height: 1px;
}

.footerBottom ul{
    margin:0 auto;
    width: 60%;
    display:flex;
    justify-content: space-between;
}

.footerBottom ul li{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 12px;
}

/* aboutPage */
.aboutBanner{
    padding-top: 80PX;
}

.aboutBanner .banner{
    width: 100%;
    height: 30vh;
    background-size: 100% 100%;
}


.subPageCon .subTitle ul{
    width: 50%;
    display: flex;
}

.subPageCon .subTitle ul li{
    margin-right: 20px;
    border: 1px solid #eee;
    padding: 4px 14px;
}

.subPageCon .subTitle ul li:hover{
    background-color: #0C4C89;
}


.subPageCon .subTitle ul li a{
    font-size: 14px;

}

.subPageCon .subTitle ul li:hover a{
    color: #fff;

}


.subPagetitle h2{
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px;
}

.subPageCon .pageLine{
    width: 100%;
    height: 2px;
    background: #ccc;
}

.subPageCon .content img{
    width: 40%;
    float: left;
    margin:10px;
}

.subPageCon .content p{
    text-indent: 35px;
    font-size: 16px;
    line-height: 26px;
    color:rgb(131, 127, 127);
}


.subPageCon .txtContent img{
    width: 40%;
    float: left;
    margin:0;
    margin:10px;

}

.subPageCon .txtContent p{
    display: block;
    height: 700px;
    text-indent: 35px;
    font-size: 16px;
    line-height: 26px;
    color:rgb(131, 127, 127);
}

.subPageCon .content{
    margin-top: 20px;
}

.subPageCon .titleBox{
    width: 20%;
    height: 40px;
    background: #CCC;
    display: flex;
}

.subPageCon .titleBox .titleBoxLeft{
    width: 3%;
    height: 40px;
    background: #0C4C89;
}

.subPageCon .titleBox p{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

.certs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.certs .certBox{
    width: 22%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.certs .certBox img{
    border: 1px solid #ccc;
    padding: 5px;
    width: 220px;
    height: 190px;
}


.certs .certBox p{
    text-indent: 0px;
    text-align: center;
}

.certs .certBox span{
    margin: 0 auto;
    text-align: center;
}

.certs .certBox a{
    font-weight: 600;
}

/* Products */

.products{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.products .prodBox{
    width: 21%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.products .prodBox img{
    width: 100%;
}


.products .prodBox p{
    text-indent: 0px;
    font-size: 14px;
    text-align: center;
}

.prodBox a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .prodBox .prodBtn{
    width: 16px;
    height: 12px;
    margin: 0;
}

.products .prodBox span{
    text-align: center;
}

.prodBox div{
    display: flex;
    align-items: center;
    justify-content: center;
}


.products .prodBox .iconfont{
    font-size: 20px;
}

/* news */
.newsBox{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 159px;
    border: 1px solid transparent;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}

.newsBox:hover{
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgb(0 0 0 / 8%);
    
}

/* .newsBox:hover .a_img{
    background: #aeaeae;;;
} */

.newsBox:hover .a_content{
    margin-left: 50px;
    
    
}

.newsBox:hover .a_date{
    margin-left: 50px;
    transition: all .3s ease-out 0s;
    
}

.newsBox:hover .a_date a{
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}
.newsBox .a_img{
    height: 100%;
    width: 20%;
    transition: all .3s ease-out 0s;
}

.newsBox .a_content{
    margin-left: 40px;
    width: 60%;
}

.newsBox .a_date{
    width: 10%;
    transition: all .3s ease-out 0s;
}

.newsBox .a_img img{
    width: 200px;
    height: 130px;
    margin: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.09);
    transition: all .3s ease-out 0s;
}

.newsBox .a_content{
    margin-left: 40px;

    display: flex;
    flex-direction: column;
    transition: all .3s ease-out 0s;
}

.a_content span{
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s
    
}

.a_content i{
    height: 52px;
    color: #888;
    line-height: 24px;
    display: block;
    overflow: hidden;
    
    font-size: 14px;
    font-style: normal;
    transition: all .5s
}

.newsBox .a_date{
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .5s
}

.newsBox .a_date p{
    text-indent: 0px;
    margin-top: 30px;
    height: 26px;
    font-size: 16px;
    transition: all .5s
}

.newsBox .a_date a{
    margin-top: 30px;

    display: block;
    color: #ccc;
    text-decoration: none;
    width: 102px;
    height: 35px;
    line-height: 34px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
}


/*newsDetail*/
.newsContent{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.newsTitle{
    font-size: 26px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.newsContent hr{
    height: 1px;
    width: 100%;
}


.digest{
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 100%;
    color: #999;
    overflow: visible;
    font-family: "Arial";
    font-size: 14px;
    line-height: 26px;;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228,228,228,1);
    background-color: rgba(252,251,253,1);
}



/*download*/
.productBox{
    padding-top:50px;
}

.productBox .productTitle{
    font-size: 16px;
}

.productBox .classificy{
    margin-right: 20px;
    color: #c8c8c8;
    font-size: 12px;
    text-align: right;
}

.productBox span{
    color: #969696;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}

.productBox .downloads{
    margin-right: 20px;
    color: #c8c8c8;
    font-size: 12px;
    text-align: right;
}

.productInfo div{
    float: left;
}

.productBox .btnDownload{
    float: right;
    position: relative;
    background: rgba(12,76,137,1);
    border-color: transparent;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: rgba(255,255,255,1);
}

.dreamer-pagination{
    margin-top: 50px;
    height: 30px;
}

.dreamer-pagination ul{
    float: right;
    align-items: flex-end;
    display: flex;
}

.dreamer-pagination ul li{
    margin-left: 5px;
    line-height: 29px;
    height: 30px;
    color: rgba(102,102,102,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(242,242,242,1);
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    left: 0;
    top: 0;
}

.dreamer-pagination ul .active {
    background-color: #0c4c89; 
    color: rgba(255,255,255,1);
}


.dreamer-pagination ul .active a{
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.contact_innerBox{
    margin-top: 30px;
    width: 100%;
    height: 650px;
}

.contact_innerBox ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.contactCon .contact_innerBox ul p{
    margin-top: 10px;

    height: 100%;
    font-size: 15px;
    text-indent: 0px;
}

.contactCon .contact_innerBox ul span{
    font-size: 16px !important;
    font-weight: bold;
    color: #6a6a6a;
    padding-top: 25px;
    padding-bottom: 10px;
}

.certContent .certInfoBox{
    display: flex;
}

.certContent .certInfoBox .imgBox{
    width: 360px;
    height: 280px;
}

.certContent .certInfoBox .imgBox img{
    margin: 0; 
    padding: 0; 
    width: 90%; 
    height: 100%; 
}

.certContent .certInfoBox span{
    font-size: 24px;
}

.certContent input[type=checkbox]{
    margin-right: 10px;
}

.certContent .fileList{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}



.certContent .selectArea{
    margin-top: 10px;
    display: flex;
}

.certContent .selectArea div{
    font-size: 16px;
    line-height: 35px;
}

.certContent .selectArea a{
    margin-left: 10px;
    display: inline-table;
    margin-left: 15px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: rgba(255,255,255,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(246,127,35,1);
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: inherit;
}

.certContent .selectArea a:hover{
    background-color: rgba(12,76,137,1);
}


/*Contact*/
.layui-input-block .verifycode{
    width: 40% ;
}

.contactContent .layui-form-item .verfiy_img{
    width: 100px;
    height: 39px;
}


/*Person*/
.personCon .content{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.personCon .content div{
    width: 45%;
    display: flex;
    flex-direction: column;
}



.personCon .content div img{
    height: 15vh;
}


.personCon .content p{
    text-indent: 0px;
    width: 100%;
    
}

.joinusCon .content{
    display: flex;
    flex-direction: column;
}


.position h1{
    color:#707070;
    font-weight: 600;
    font-size: 18px;
}

.joinusCon .subtitle{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0;
    margin: 15px 0px;
    padding-left: 15px;
    border-left: 4px solid #194d88;
    font-size: 20px;
    font-weight: 800;

}

.joinusCon .position p{
    text-indent: 0px;
    color: #333;
    line-height: 28px;
}



/* 手机端 */
@media(max-width:997px){
    .custSwiper,#custBtn-prev,#custBtn-next{
        display: none;
    }

    .prodServCon .servContent .imgs{
        flex-direction: column;

    }

    .personCon .content div{
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .personCon .content div img{
        width: 80%;
    }

    .prodServCon .servContent img{
        width: 90%;
        margin-top: 5px;
    }

    #menuBtn{
        display: block;
    }

    /* --消除bootstrap @media查询的影响------*/
    .container .navbar-header {
        float: none;
    }

    .container .navbar-collapse.collapse {
        display: none!important;
    }

    /*-------------------------------------*/
    
    .smallCustSwiper{
        display: flex;
        overflow: hidden;
    }

    .custCon .smallCustSwiper .swiper-slide{
        height: 93px;
        border: 1px solid #ccc;
        box-sizing:border-box;
        text-align: center;
    }
    
    .smallCustSwiper .swiper-slide img{
        padding: 5px;
        display: block;
        width: 100%;
        height: 80PX;
    }
    
    .swiper-banner .swiper-wrapper .swiper-slide{
        height: 200px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .comTitle h1 {
        font-size: 1.5em;
        font-weight: 400;
    }

    .comTitle span {
        font-size: 1em;
        font-weight: 400;
    }

    .pubCon {
        margin: 5px auto;
        width: 95%;
    }

    .intro img{
        width: 40px;
        height: 40px;
    }

    .introCon {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .introCon .intro {
        width: 100%;
    }

    .introCon .intro h3 {
        padding-top: 10px;
        font-size: 1.2em;
        z-index: 1;
    }
    .introCon .intro p {
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 1;
    }

    .introCon .intro a {
        padding-bottom: 0px;
    }


    .introCon .iconfont {
        text-align: center;
        position: relative;
        z-index: 1;
        font-size: 40px;
        color: #0C4C89;
    }

    .comIntro .intro span {
        margin-left: 5px;
        font-size: 1em;
        font-weight: 400;
        color: #333;
    }

    .mobileNavBar{
        display: block !important;
        margin-bottom: 20px;
    }


    .navbar-collapse  ul.navbar-nav { float: none;  margin-left: 0;  }
    .nav li{ width: 100%;}
    .navbar-nav> li> a{ line-height: 30px;  width: 100%; color: #333;    border-radius: 5px; -webkit-border-radius: 5px;}
    .nav li a:hover,
    .nav li a:focus,
    .nav li a.dropdown-toggle:focus,
    .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .nav li.active a,
    .dropdown-menu li a:hover { color: #fff !important;}
    .navbar-nav > li {  padding: 0; margin-bottom: 2px; line-height: 30px;  }
    .nav li ul.dropdown-menu li a {margin-left: 0px; color: #999!important; ; }
    .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {color: #fff !important; }


/* 
    .hdNav,.siteSwitch{
        display: none;
    } */

    .hdBox {
        display: none;
    }

    .siteSwitch {
        right: 20% !important;
        width: 25% !important;
    }

    .hdLeft{
        padding-left: 10px;
        justify-content:start;
    }

    .hdLogo{
        padding-top: 10px;
        height: 40px;
    }

    .hdLogo img {
        width: 200px;
        height: 35px;
        margin: 10px 10px;
    }

    .bodyBg{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0, 0, 0.5);
        z-index: 100;
        display: none;
    }

    .custCon {
        margin: 0 auto;
        width: 95%;
        position: relative;
    }

    .custSwiper {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }

    .custSwiper .swiper-slide img {
        padding: 5px;
        display: block;
        width: 180px;
        height: 80PX;
    }
    .ourAdvCon li {
        width: 45%;
        flex-wrap: wrap;
    }

    .ourAdvCon ul {
        flex-wrap: wrap;
    }

    .ourAdvCon ul li .advinfo{
        position: static;
        color: #000;
    }

    .ourAdvCon ul li img {
        width: 110%;
        position: static;
        bottom: 20px;
        left: 0;
        transition: all 0.6s;
        border-top: 5px #0C4C89 solid;
        border-bottom: 5px #ccc solid;
        /* border-bottom: 5px #A7B4C0 solid; */
    }


    .ourAdvCon ul li .advinfo span{
        display: block;
        font-size: 26px;
        font-weight: 800;
        padding: 0;
        margin-bottom: 0;
        transition: all 0.9s;
        color: #000;
    }

    .ourAdvCon li {

        height: 200px;
        background: #FFF;
    }

    .ourAdvTwo li:nth-child(2n), .ourAdvOne li:nth-child(2n) {
        background: #FFF;
    }

    .ourAdv,.news,.footerTop .navBottom,.footerTop .beian{
        display: none;
    }

    .footerBottom ul {
        width: 95%;
        display: block;
    }

    .footerBottom ul li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .aboutBanner .banner{
        height: 100px;
        background-size: 100% 100%;
    }

    .subPageCon .subTitle ul {
        width: 90%;
    }

    .subPageCon{
        min-height: 500px;
    }

    .subPageCon .txtContent p {
        display: block;
        height: 100%;
        text-indent: 35px;
        font-size: 1em;
        line-height: 26px;
        color: rgb(131, 127, 127);
    }

    .aboutBanner{
        padding-top: 0px;
    }

    .subPagetitle h2 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .subPageCon .titleBox p {
        font-size: 12px;
        font-weight: 600;
        line-height: 40px;
        text-indent: 10px;
    }

    .subPageCon .titleBox {
        width: 40%;
    }

    .certs .certBox img {
        border: 1px solid #ccc;
        padding: 5px;
        width: 100%;
    }

    .certs .certBox {
        width: 42%;
        height: 95%;
    }

    .products .prodBox {
        width: 41%;
    }   

    .productCon .subTitle ul li {
        margin-right: 5px;
        border: 1px solid #eee;
        padding: 4px 5px;
    }

    .productCon .subTitle ul li a{
        font-size: 12px;
    }

    .newsBox {
        margin-top: 5px;
        align-items:flex-start;
        height: 120px;
    }

    .newsBox .a_img img {
        width: 100%;
        height: 50%;
    }

    .newsBox .a_content {
        margin-left: 20px;
    }

    .newsBox .a_date {
        width: 20%;
    }

    .newsBox .a_date p {
        margin-top: 30px;
        font-size: 8px;
    }

    .a_content span {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .newsBox .a_date a {
        font-size: 12px;
        margin-top: 30px;
        display: block;
        color: #ccc;
        text-decoration: none;
        width: 80%;
        height: 26px;
        line-height: 26px;
        border-radius: 18px;
    }

    .newsBox:hover .a_img {
        background: none;
    }

    .newsBox:hover .a_content {
        margin-left: 20px;
    }

    .newsBox:hover .a_date {
        margin-left: 0px;
    }

    .newsBox .a_content {
        margin-left: 20px;
        width: 50%;
    }

    .a_content span {
        margin-top: 12px;
        font-size: 16px;
        height: 24px;
    }

    .dreamer-pagination ul li {
        padding: 0;
        width: 50px;
    }

    .contact_innerBox ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .subPageCon .subTitle ul li{
        padding: 4px 5px;
    }

    
    

    

}


/* 小尺寸屏幕 */
@media(max-width:1400px){
    .pubCon{
        width: 90%;
    }
    

    .siteSwitch {
        position: absolute;
        right: 0%;
        top: 5px;
        display: flex;
        width: 20%;
    }

    .hdLogo img {
        width: 210px;
        height: 40px;
    }

    .hdRight {
        padding-left: 1%;
    }

    .hdLeft {
        width: 20%;
    }

    .newsBox .a_date p {
        font-size: 15px;
    }

    .certContent .certInfoBox .imgBox {
        width: 260px;
        height: 200px;
    }

}